home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 July / Chip_2002-07_cd2.bin / suse / disks / modules1 / initrd / initrd 2954 / etc / nsswitch.conf < prev    next >
Text File  |  2002-02-21  |  1KB  |  50 lines

  1. #
  2. # /etc/nsswitch.conf
  3. #
  4. # An example Name Service Switch config file. This file should be
  5. # sorted with the most-used services at the beginning.
  6. #
  7. # The entry '[NOTFOUND=return]' means that the search for an
  8. # entry should stop if the search in the previous entry turned
  9. # up nothing. Note that if the search failed due to some other reason
  10. # (like no NIS server responding) then the search continues with the
  11. # next entry.
  12. #
  13. # Legal entries are:
  14. #
  15. #       compat                  Use Libc5 compatibility setup
  16. #       nisplus                 Use NIS+ (NIS version 3)
  17. #       nis                     Use NIS (NIS version 2), also called YP
  18. #       dns                     Use DNS (Domain Name Service) for IPv4 only
  19. #    dns6            Use DNS for IPv4 and IPv6
  20. #       files                   Use the local files
  21. #       db                      Use the /var/db databases
  22. #       [NOTFOUND=return]       Stop searching if not found so far
  23. #
  24. # For more information, please read the nsswitch.conf.5 manual page.
  25. #
  26.  
  27. # passwd: files nis
  28. # shadow: files nis
  29. # group:  files nis
  30.  
  31. passwd: compat
  32. group:  compat
  33.  
  34. hosts:      files dns
  35. networks:       files dns
  36.  
  37. services:       files
  38. protocols:      files
  39. rpc:        files
  40. ethers:        files
  41. netmasks:       files
  42. netgroup:       files
  43. publickey:    files
  44.  
  45. bootparams:     files
  46. automount:      files nis
  47. aliases:        files
  48.  
  49.  
  50.